home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TPICKHOLIDAY / TPICKHOLIDAY.txt
Text File  |  1996-10-21  |  2KB  |  104 lines

  1. object PickHoliday: TPickHoliday
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pick Holiday'
  6.   ClientHeight = 150
  7.   ClientWidth = 286
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object ComboBox1: TComboBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 265
  19.     Height = 26
  20.     Font.Color = clBlack
  21.     Font.Height = -16
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ItemHeight = 18
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     Text = 'Empty'
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 24
  31.     Top = 48
  32.     Width = 233
  33.     Height = 41
  34.     Caption = 'Add New Holiday'
  35.     Font.Color = clBlue
  36.     Font.Height = -19
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     OnClick = BitBtn1Click
  42.   end
  43.   object HelpBtn: TBitBtn
  44.     Left = 16
  45.     Top = 104
  46.     Width = 25
  47.     Height = 31
  48.     Caption = ' '
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 2
  55.     OnClick = HelpBtnClick
  56.     Kind = bkHelp
  57.     Margin = 2
  58.     Spacing = -1
  59.   end
  60.   object OKBtn: TBitBtn
  61.     Left = 64
  62.     Top = 104
  63.     Width = 93
  64.     Height = 31
  65.     Caption = 'Ok'
  66.     Default = True
  67.     Font.Color = clGreen
  68.     Font.Height = -19
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold]
  71.     ModalResult = 1
  72.     ParentFont = False
  73.     TabOrder = 3
  74.     OnClick = OKBtnClick
  75.     Glyph.Data = {
  76.       F6000000424DF600000000000000760000002800000010000000100000000100
  77.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  78.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  79.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  80.       5555555555555555555555555205555555555555222055555555555522205555
  81.       5555555222220555555555222222055555555722052220555555720555522055
  82.       5555555555522205555555555555220555555555555552205555555555555572
  83.       0555555555555557205555555555555552205555555555555555}
  84.     Margin = 8
  85.     Spacing = -1
  86.   end
  87.   object CancelBtn: TBitBtn
  88.     Left = 168
  89.     Top = 104
  90.     Width = 93
  91.     Height = 31
  92.     Font.Color = clRed
  93.     Font.Height = -19
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 4
  98.     OnClick = CancelBtnClick
  99.     Kind = bkCancel
  100.     Margin = 2
  101.     Spacing = -1
  102.   end
  103. end
  104.